home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 30 / tbscnx29.zip / TEST.DAT < prev   
Text File  |  1991-06-15  |  1KB  |  52 lines

  1. ;%
  2. ;% This is a sample signature file to test the behaviour of TbScan and TbScanX
  3. ;% when they detect a signature in a file or boot sector.
  4. ;%
  5. ;% These examples are NOT viruses, but instead normal code that appears in
  6. ;% many files and boot sectors.
  7. ;%
  8. ;% Read the contents of the TEST.DAT file for additional notes and comments!
  9. ;%
  10.  
  11.  
  12. ;  To test TbScan, enter:
  13. ;               TbScan [<path>] -data test.dat
  14. ;
  15. ;
  16. ;  To test TbScanX, enter:
  17. ;               TbScanX -data test.dat -allexec
  18. ;  Then try to copy or unarchive files, execute files, and access a diskette.
  19.  
  20.  
  21. ;  NOTE! It is normal that TbScan detects more "Fake file viruses" if you
  22. ;  specify the -analyze option. This does NOT apply to real viruses, the
  23. ;  difference is that real viruses are linked to the start-up code of a
  24. ;  file, where the code of the Fake virus is not linked to the start-up
  25. ;  code and can appear everywhere!
  26.  
  27.  
  28. ;File signature
  29. ;--------------
  30. ;  This signature contains code that asks the DOS version number.
  31. ;  It is likely that a file will carry this "signature".
  32.  
  33. Fake file "virus"
  34. COM EXE
  35. B430CD21
  36.  
  37.  
  38.  
  39. ;Bootsector signature
  40. ;--------------------
  41. ;  This signature contains part of the string that is displayed if the DOS-
  42. ;  system can not be found.
  43. ;  It is likely that a bootsector contains this "signature".
  44.  
  45. Fake boot sector "virus"
  46. BOOT
  47. "press any key when ready"
  48.  
  49.  
  50. ;Validation code: 388D
  51.  
  52.